08. Exercise: Build our URL
Building our URL
Build the Url that will be used to query Github and display it when the Search button is pressed.
Exercise Code
Exercise: T02.03-Exercise-DisplayUrl
Building our URL
SOLUTION:
- Fill in the buildUrl method from NetworkUtils using Uri.Builder and the URL constructor
- Implement the makeGithubSearchQuery method
- Call the makeGithubSearchQuery method when Search is selected